Uses of Class
org.eclipse.vtp.framework.engine.runtime.Blueprint

Packages that use Blueprint
org.eclipse.vtp.framework.engine.runtime   
 

Uses of Blueprint in org.eclipse.vtp.framework.engine.runtime
 

Fields in org.eclipse.vtp.framework.engine.runtime declared as Blueprint
protected  Blueprint Process.blueprint
          The process blueprint.
protected  Blueprint Component.blueprint
          The blueprint of the process.
 

Constructors in org.eclipse.vtp.framework.engine.runtime with parameters of type Blueprint
Action(Blueprint blueprint, java.lang.String name, org.w3c.dom.Element[] elements, java.lang.String instanceID, ActionDescriptor descriptor)
          Creates a new Action.
Component(Blueprint blueprint, java.lang.Class type)
          Creates a new Component.
Configurable(Blueprint blueprint, java.lang.Class type, org.w3c.dom.Element[] elements)
          Creates a new Configurable.
Configuration(Blueprint blueprint, ConfigurationDescriptor descriptor, org.w3c.dom.Element data)
          Creates a new Configuration.
Executable(Blueprint blueprint, java.lang.Class type, org.w3c.dom.Element[] elements, java.lang.String instanceID)
          Creates a new Executable.
Observer(Blueprint blueprint, org.w3c.dom.Element[] elements, java.lang.String instanceID, ObserverDescriptor descriptor, Action observed)
          Creates a new Observer.
Process(Blueprint blueprint, IProcessDescriptor descriptor)
          Creates a new Process.
Service(Blueprint blueprint, org.w3c.dom.Element[] configurations, ServiceDescriptor descriptor)
          Creates a new Service.